Saving project (build) settings in Eclipse CDT [migrated]
Posted
by
Mike Valeriano
on Programmers
See other posts from Programmers
or by Mike Valeriano
Published on 2012-10-07T19:10:41Z
Indexed on
2012/10/08
3:47 UTC
Read the original article
Hit count: 177
Is there an option somewhere in CDT (Juno) where I can set customized "Release" configurations for my projects?
All I want to do for now is to be able to create a new C++ project and have by default the -std=c++11
and -std=gnu11
options for the compilers and -s
for the linker, and maybe a few other optimization flags. It's not a big hassle to do it every time for every new program, but I was just wondering, since I've been creating a lot of small programs to get to know C++ better.
© Programmers or respective owner